ConsoleProfileStartedEvent

data class ConsoleProfileStartedEvent(id: String, location: Location, title: String?) : Event

Sent when new profile recording is started using console.profile() call.

Constructors

ConsoleProfileStartedEvent
Link copied to clipboard
fun ConsoleProfileStartedEvent(id: String, location: Location, title: String? = null)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

id
Link copied to clipboard
val id: String
location
Link copied to clipboard
val location: Location
Location of console.profile().
title
Link copied to clipboard
val title: String? = null
Profile title passed as an argument to console.profile().

Sources

jvm source
Link copied to clipboard